Skip to content

Multiple code improvements - squid:S00112, squid:S1226, squid:S1444, squid:ClassVariableVisibilityCheck, squid:S3008#4

Open
georgekankava wants to merge 1 commit intohuxq17:masterfrom
DevFactory:release/multiple-code-improvements-fix-2
Open

Multiple code improvements - squid:S00112, squid:S1226, squid:S1444, squid:ClassVariableVisibilityCheck, squid:S3008#4
georgekankava wants to merge 1 commit intohuxq17:masterfrom
DevFactory:release/multiple-code-improvements-fix-2

Conversation

@georgekankava
Copy link
Copy Markdown

This pull request is focused on resolving occurrences of Sonar rules
squid:S00112 - Generic exceptions should never be thrown.
squid:S1226 - Method parameters, caught exceptions and foreach variables should not be reassigned.
squid:S1444 - "public static" fields should be constant.
squid:ClassVariableVisibilityCheck - Class variable fields should not have public accessibility.
squid:S3008 - Static non-final field names should comply with a naming convention.
You can find more information about the issue here:
https://dev.eclipse.org/sonar/rules/show/squid:S00112
https://dev.eclipse.org/sonar/rules/show/squid:S1226
https://dev.eclipse.org/sonar/rules/show/squid:S1444
https://dev.eclipse.org/sonar/rules/show/squid:ClassVariableVisibilityCheck
https://dev.eclipse.org/sonar/rules/show/squid:S3008
Please let me know if you have any questions.
George Kankava

…squid:ClassVariableVisibilityCheck, squid:S3008
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant